contains

pure function contains(key: K): boolean

Checks if the map contains a key.

Since

0.6.0

Parameters

key

The key to check.